Schmitt NAND gate

If either input on the Schmitt NAND gate is '0', the output will be '1'.

The voltage threshold levels on each input depend on whether the input is rising or falling. (Above the threshold level the input voltage is recognised as binary '1'; below the threshold level it is recognised as binary '0'.)

Truth table:

Input 1 Input 2 Output
0 0 1
0 1 1
1 0 1
1 1 0

Tips for use:

See also: